home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / i686-linux-thread-multi / Encode / ConfigLocal.pm < prev    next >
Text File  |  2006-04-25  |  350b  |  17 lines

  1. #
  2. # Local demand-load module list
  3. #
  4. # You should not edit this file by hand!  use "enc2xs -C"
  5. package Encode::ConfigLocal;
  6. our $VERSION = v2006.0425.0607;
  7.  
  8. use strict;
  9.  
  10. $Encode::ExtModule{'ascii-ctrl'} =    "Encode::CJKConstants";
  11. $Encode::ExtModule{'null'} =    "Encode::CJKConstants";
  12. $Encode::ExtModule{'utf-8-strict'} =    "Encode::CJKConstants";
  13.  
  14.  
  15. 1;
  16.